home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / gfx / misc / MesaGL-tk.lha / libs / MesaGLtk.h < prev    next >
C/C++ Source or Header  |  1998-09-18  |  2KB  |  40 lines

  1. /* This file is automatically generated by a2ixlibrary. Do not change.
  2.    Only shared library sources can include this header, do not use this header
  3.    in your own programs! */
  4. #ifndef UNDEF_amiga_MesaGLtk
  5.  
  6. extern void *__DisplayFunc_MesaGLtk_shared_ptr;
  7. extern void *__ExposeFunc_MesaGLtk_shared_ptr;
  8. extern void *__IdleFunc_MesaGLtk_shared_ptr;
  9. extern void *__KeyDownFunc_MesaGLtk_shared_ptr;
  10. extern void *__MouseDownFunc_MesaGLtk_shared_ptr;
  11. extern void *__MouseMoveFunc_MesaGLtk_shared_ptr;
  12. extern void *__MouseUpFunc_MesaGLtk_shared_ptr;
  13. extern void *__ReshapeFunc_MesaGLtk_shared_ptr;
  14. extern void *__colorMaps_MesaGLtk_shared_ptr;
  15. extern void *__tkRGBMap_MesaGLtk_shared_ptr;
  16. #define DisplayFunc (*((__typeof__(DisplayFunc) *)__DisplayFunc_MesaGLtk_shared_ptr))
  17. #define ExposeFunc (*((__typeof__(ExposeFunc) *)__ExposeFunc_MesaGLtk_shared_ptr))
  18. #define IdleFunc (*((__typeof__(IdleFunc) *)__IdleFunc_MesaGLtk_shared_ptr))
  19. #define KeyDownFunc (*((__typeof__(KeyDownFunc) *)__KeyDownFunc_MesaGLtk_shared_ptr))
  20. #define MouseDownFunc (*((__typeof__(MouseDownFunc) *)__MouseDownFunc_MesaGLtk_shared_ptr))
  21. #define MouseMoveFunc (*((__typeof__(MouseMoveFunc) *)__MouseMoveFunc_MesaGLtk_shared_ptr))
  22. #define MouseUpFunc (*((__typeof__(MouseUpFunc) *)__MouseUpFunc_MesaGLtk_shared_ptr))
  23. #define ReshapeFunc (*((__typeof__(ReshapeFunc) *)__ReshapeFunc_MesaGLtk_shared_ptr))
  24. #define colorMaps (*((__typeof__(colorMaps) *)__colorMaps_MesaGLtk_shared_ptr))
  25. #define tkRGBMap (*((__typeof__(tkRGBMap) *)__tkRGBMap_MesaGLtk_shared_ptr))
  26. #define UNDEF_amiga_MesaGLtk
  27. #else
  28. #undef DisplayFunc
  29. #undef ExposeFunc
  30. #undef IdleFunc
  31. #undef KeyDownFunc
  32. #undef MouseDownFunc
  33. #undef MouseMoveFunc
  34. #undef MouseUpFunc
  35. #undef ReshapeFunc
  36. #undef colorMaps
  37. #undef tkRGBMap
  38. #undef UNDEF_amiga_MesaGLtk
  39. #endif
  40.